html {
  font-size: 100px;
}
@media (max-width: 1600px) {
  html {
    font-size: 95px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 90px;
  }
}
@media (max-width: 1220px) {
  html {
    font-size: 85px;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 70px;
  }
}
@media (max-width: 639px) {
  html {
    font-size: 60px;
  }
}
html, body {
  -webkit-text-size-adjust: none;
}
body {
  overflow-x: hidden;
}
/* html, body, input, p, a, span, ul, li, dl, dt, dd, ol, select, td, th, input, textarea, button, div,em{font-family: "PingFang","Microsoft Yahei","SourceHanSansCN-Normal","HELVETI1ca Neue","Arial","Tohoma";}  */
/* html, body, input, select,input, textarea, button{font-family: "Microsoft Yahei","SourceHanSansCN-Normal","HELVETI1ca Neue","Arial","Tohoma";} */
@font-face {
  font-family: "DIN";
  src: url("../fonts/din-medium.woff") format("woff"), url("../fonts/din-medium.ttf") format("truetype"), url("../fonts/din-medium.eot") format("embedded-opentype"), url("../fonts/din-medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "hy";
  src: url("../fonts/HYXiaoBoMeiYanTiW.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "pf";
  src: url("../fonts/PingFang Regular.ttf") format("truetype")
	 
	  
}


@font-face {
  font-family: 'iconfont';
  src: url("../fonts/tb/iconfont.woff2") format('woff2'),
       url("../fonts/tb/iconfont.woff") format('woff'),
       url("../fonts/tb/iconfont.ttf") format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



body {
  font-family: "Microsoft Yahei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
a, a:link, a:visited, a:hover, a:active { /*color: #666;*/ outline: 0; /*border: 0;*/ text-decoration: none
}
a:hover, a:active {
  background-color: transparent;
}
em, b, strong {
  font-style: normal;
  font-weight: none;
}
/*@media (min-width: 1200px){a:hover{color: #a21f24;}}*/
small {
  display: block;
  font-size: 100%;
}
input, textarea, button, select, radio {
  outline: 0;
  border: 0;
}
select:link, select:visited {
  color: #666;
}
textarea {
  resize: none;
}
img {
  max-width: 100%;
  display: block;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  outline: 0;
  blr: expression(this.onFocus=this.blur());
}
::-ms-clear, ::-ms-reveal {
  display: none;
}
select::-ms-expand {
  display: none;
}
.mt0 {
  margin-top: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.weui-cell {
  padding: 10px 15px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.weui-cell_primary {
  min-width: 1px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.weui-cell__bd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-weight: bold;
}
.weui-cell__ft {
  text-align: right;
  color: #999999;
}
.weui-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.weui-flex__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.nobefore::before, .noafter::after {
  display: none !important;
}
input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea:focus:invalid {
  box-shadow: none;
  -moz-box-shadow: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #333;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #333;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #333;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #333;
}
div:focus {
  outline: none;
}
img:focus {
  outline: none;
}
.container {
  width: auto;
  margin: 0 15px;
  padding: 0;
}
.container2 {
  width: auto;
  margin: 0 15px;
  padding: 0;
}
@media (min-width: 640px) {
  .container {
    margin: 0 5%;
  }
}
/* @media (min-width: 1200px){.container{margin: 0 10%;}}
@media (min-width: 1600px){.container{margin: 0 8.7%;}} */
@media (min-width: 640px) {
  .container2 {
    margin: 0 13.54%;
  }
}
.pd0 {
  padding: 0 !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.white {
  color: #fff !important;
}
.red {
  color: #a21f24 !important;
}
.gray333 {
  color: #333 !important;
}
.gray999 {
  color: #999 !important;
}
.opacity5 {
  opacity: .5;
}
a.fill {
  display: block;
  width: 100%;
  height: 100%;
}
.max {
  max-width: 100%;
}
.auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.img-cover {
  object-fit: cover;
}
.img-contain {
  object-fit: contain;
}
.bg-white {
  background-color: #fff;
}
.bg-gray1 {
  background-color: #f5f5f5;
}
.bg-gray2 {
  background-color: #f7f7f7;
}
h1, h2, h3, h4, h5, p {
  margin: 0
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 16px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-size: 40px;
}
.widthFix {
  width: 100%;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.pr {
  position: relative;
}
.pb {
  position: absolute;
}
.pf {
  position: fixed;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.inline {
  display: inline-block;
}
.hidden {
  overflow: hidden;
}
.cap {
  text-transform: capitalize;
}
.upper {
  text-transform: uppercase;
}
.bold {
  font-weight: bold;
}
.indent {
  text-indent: 2em;
}
.normal {
  font-weight: normal;
}
.vmid td {
  vertical-align: middle;
}
.hand {
  cursor: pointer;
  _cursor: hand;
}
.ff-ar {
  font-family: Arial !important;
}
.noborder {
  border: 0 !important;
}
.noradius {
  border-radius: 0 !important;
}
.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.justify {
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;
}
.filterbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
  zoom: 1;
}
:root .filterbox {
  filter: none\9;
}
.tips, .tips1 {
  display: none;
  z-index: 100;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -125px;
  padding: 10px;
  width: 250px;
  height: 40px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 3px;
  background: rgba(0, 0, 0, .75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf000000, endColorstr=#bf000000);
  zoom: 1;
}
:root .tips {
  filter: none\9;
}
:root .tips1 {
  filter: none\9;
}
@media (max-width: 639px) {
  .tips, .tips1 {
    position: fixed;
    -webkit-transform: translateZ(0)
  }
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden;
  content: "\200B"
}
/* css3 style */
.trans-3 {
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.trans-8 {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.h1, .h2, .h3, .h4, .h5, p {
  margin: 0
}
.iconhover {
  position: relative;
}
.iconhover img {
  transition: all .5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.iconhover img:nth-child(2) {
  opacity: 0;
}
/*header {position: fixed;top: 0;left: 0;right: 0;z-index: 5;transition: all .3s; width: 100%;padding: 0 10%;display: flex;display: -webkit-flex;justify-content: space-between; -webkit-justify-content: space-between;background: rgba(255,255,255,.5);height: 1rem;
}*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  transition: all .3s;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  height: 1rem;
  padding: 0 10%;
  background: rgba(255, 255, 255, .8);
  height: 1rem; /*box-shadow: 4.092px 4.388px 8px 0px rgba(0, 0, 0, 0.13);*/
}

header .logo {
  display: block;
  width: 1.2rem;
  height: .45rem;
}
header .logobox {
  display: flex;
  align-items: center;
}
header .logo2 {
  margin-left: .25rem;
  padding-left: .25rem;
  border-left: 1px solid rgba(34, 34, 34, .9);
  transition: all .3s;
  font-family: "pf";
  letter-spacing: .02rem;
  font-size: .28rem;
  line-height: .35rem;
  padding-left: 0.3rem;
  margin-left: 0.3rem;
}
header .logo2 .iconhover {
  height: .35rem;
}
header .navs {
  text-align: right;
  font-size: 0;
}
header .navs a {
  display: inline-block;
  font-size: .16rem;
  color: #fff;
  transition: all .5s;
  margin-left: 3.7vw;
  transition: all .3s;
  font-weight: normal;
}
header .menu-icon {
  position: fixed;
  z-index: 2;
  left: 4%;
  top: 29px;
  transition: all .3s;
  color: #fff;
  font-size: .16rem;
  margin-right: 3.4vw;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
header .menu-icon .txt {
  margin-left: .06rem;
	color:#222
}
header .nav-icon {
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
header .nav-icon span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all .3s linear;
  margin: 5px 0;
  background: #014fa1
}
header .nav-icon:hover span:nth-child(1) {
  transform: translateY(1px) rotate(-10deg);
}
header .nav-icon:hover span:nth-child(2) {
  opacity: 0.6;
}
header .nav-icon:hover span:nth-child(3) {
  transform: translateY(-1px) rotate(10deg);
}
header .tool {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
header .search {
  margin-left: 12px;
  border: 1px solid rgba(51, 51, 51, .3);
  height: 36px;
  border-radius: 20px;
  padding: 0 22px 0 20px;
  color: #333;
  font-size: 14px;
  line-height: 34px;
  cursor: pointer;
}
header .search input {
  background: none
}
header .lang {
  border: 1px solid rgba(51, 51, 51, 0.3);
  height: 36px;
  border-radius: 20px;
  padding: 0 15px 0 12px;
  cursor: pointer;
  position: relative;
  margin-left: 12px;
}
header .lang .x {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
header .lang span {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 0 5px;
  text-align: center;
}
header .lang .child {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 15px 0;
  border-radius: 20px;
  overflow: hidden;box-shadow: 4.092px 4.388px 8px 0px rgba(0, 0, 0, 0.13);
}
header .lang .child a {
  display: block;
  line-height: 34px;
  color: #888;
  font-size: 14px;
  text-align: center;
}
header .lang .child a:hover {
  background-color: #eee;
}
header .nav-icon.on span:nth-of-type(1) {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 5) rotate(45deg);
  transform: matrix(1, 0, 0, 1, 0, 5) rotate(45deg);
}
header .nav-icon.on span:nth-of-type(3) {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 5) rotate(45deg);
  transform: matrix(1, 0, 0, 1, 0, -5) rotate(-45deg);
}
header .nav-icon.on span:nth-of-type(2) {
  width: 0
}


header.active {
  background: rgba(1, 79, 161, .8);color:#fff
}

header.active .navs a {
  color: #fff;
}
header.active .language {
  color: #fff;
}
header.active .iconhover img:nth-child(1) {
  opacity: 0;
}
header.active .iconhover img:nth-child(2) {
  opacity: 1;
}
header.active .logo2{
  border-color: #fff;
}
header.active .menu-icon,header.active .lang span,.header .menu-icon .txt {
  color: #fff;
}

header.active .menu-icon .txt {
  color: #fff;
}



header.on {
  background: #fff;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, .2);
  height: .9rem; color: #333;
}
header.on .navs a {
  color: #333;
}
header.on .language {
  color: #333;
}
header.on .iconhover img:nth-child(1) {
  opacity: 1;
}
header.on .iconhover img:nth-child(2) {
  opacity: 0;
}
header.on .logo2 {
  border-color: #333;
}
header.on .menu-icon {
  color: #333;
}
header.on .nav-icon span {
  background: #333;
}

header.on .menu-icon,header.on .lang span,.header .menu-icon .txt {
  color: #333;
}

header.on .menu-icon .txt {
  color: #333;
}




/* WebKit browsers */
header.active .search input::-webkit-input-placeholder {
    color: #fff;
}
/* Mozilla Firefox 4 to 18 */
header.active .search input:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
/* Mozilla Firefox 19+ */
header.active .search input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
/* Internet Explorer 10+ */
header.active .search input:-ms-input-placeholder {
    color: #fff;
	}







header.active .nav-icon span {
  background: #333;
}

header.active .search,header.active .lang{
  color: #fff;border: 1px solid rgba(255, 255, 255, .3)
}
@media (max-width:1440px) {
  header .navs {
    display: none;
  }
}
footer {
  background: #101920;
}
.gotop {
  height: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #b19250;
  cursor: pointer;
  border-bottom: 1px solid #b19250;
}
.gotop img {
  margin-right: .09rem;
  transition: all .5s;
}
.foot2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.2);
  background: #4b0171;
}
.foot2 a {
  color: rgba(255, 255, 255, 0.2);
  margin-left: .1rem;
}
.foot3{padding:0 0 1.4rem 0;}

.foot3 .container{
  display: flex;align-items: flex-end;
}

.footbox {
  padding: .5rem 0;
/*  border: 1px solid rgba(235, 235, 235, .102);
*/  border-left: 0;
  border-right: 0;
}
.footbox .left .botby{
  color: #fff;
  font-size: .16rem;
	line-height: 3vw
}
.footbox .left .codebig{display:flex;justify-content: flex-start}
.foot3 .dzh .h1 {
  color: #fff;
  font-size: .16rem;
}
.foot3 .dzh .h2 {
  color: #a8a8a8;
  font-size: .3rem;
  margin: .1rem 0 0.5vw;
  display: block;
	font-family: "pf"
}
.foot3 .dzh .h2_email {
  color: #a8a8a8;
  font-size: .15rem;
  display: block;
}
.foot3 .dzh{display:flex;justify-content: flex-start;align-items:flex-end;flex: 1}
.foot3 .dzhright{margin-left:2vw}
.foot3 .dzhright a>span{
	font-size:2vw;  margin-right: .6vw
}
.conbei,.conbei a{color:#6f7173; line-height: 1.8;font-size: .16rem}
.conbei a:hover{color:#fff}
.footbox .linkbox .before {
  background: #760cad;
  border: 1px solid rgb(213, 213, 213);
  height: .37rem;
  display: flex;
  align-items: center;
  font-size: .14rem;
  color: rgb(213, 213, 213);
  justify-content: space-between;
  padding: 0 .14rem;
  cursor: pointer;
}
.footbox .linkbox {
  position: relative;
  width: 2rem;
}
.footbox .linkbox .after {
  background: #760cad;
  border: 1px solid rgb(213, 213, 213);
  border-bottom: 0;
  position: absolute;
  bottom: .37rem;
  left: 0;
  right: 0;
  padding: .1rem 0;
  display: none;
}
.footbox .linkbox .after a {
  display: block;
  line-height: 2.286;
  color: rgb(213, 213, 213);
  font-size: .14rem;
  padding: 0 .14rem;
  transition: all .3s;
}
.footbox .linkbox {
  position: relative;
}
.footbox .container {
  display: flex;
  align-items: flex-start;
}
.footbox .right dl dt {
  font-size: .18rem;
  color: #fff;
  font-weight: 500;
  line-height: 2.286;
}.footbox .right dl dt a{
  color: #fff;
  
}
.footbox .right dl dd a {
  display: block;
  font-size: .16rem;
  color: #a8a8a8;
  transition: all .5s;
  line-height: 2.286;
}
.footbox .right{display:flex; justify-content: space-between}
.footbox .right dl {
  margin: 0;
  margin-right: 6vw;
}
.footbox .right dl:last-child {
  margin-right: 0;
}
.footbox .codebox {
  margin-right: 1.8vw;
	margin-top: 1vw;
	margin-bottom: 4vw
}
.footbox .left {
  flex: 1;
}
.footbox .center-box {
  flex: 1;
}
.footbox .codebox img {
  width: 1.2rem;
  margin: 0 auto
}
.footbox .codebox p {
  font-size: .14rem;
  color: #a8a8a8;
  margin-bottom: .12rem;
  line-height: 2.286;
}
.pagebox {
  display: flex;
  align-items: center;
  border-top: 1px solid #cacaca;
}
.pagebox a {
  font-family: "DIN";
  color: #333;
  transition: all .3s
}
.pagebox > a {
  font-size: .14rem
}
.pages {
  font-size: 0;
  text-align: center;
}
.pages a {
  display: inline-block;
  line-height: .8rem;
  font-size: .2rem;
  position: relative;
  padding: 0 1vw;
}
.pages a.on:before {
  content: "";
  width: .2rem;
  height: .03rem;
  background: #014fa1;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -.1rem;
}
.pages a.on {
  color: #014fa1
}
.headbox {
  position: fixed;
  top: 0;
  width: 3.7rem;
  background: #fff;
  padding: 0 .55rem;
  display: flex;
  align-items: center;
  left: 0;
  bottom: 0;
  z-index: 12;
  transition: all .5s;
  transform: translateX(-100%);
  box-shadow: 4.092px 4.388px 8px 0px rgba(0, 0, 0, 0.13);
}
.headbox.on {
  transform: translateX(0%);
}
.headbox .head-close {
  width: .23rem;
  left: .18rem;
  top: .24rem;
  transition: all .3s;
  cursor: pointer;
  position: absolute;
}
.headbox .searchbox {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  height: .4rem;
  margin-bottom: 3vw;
}
.headbox .searchbox input {
  flex: 1;
  font-size: .14rem;
  color: #333;
}
.headbox .searchbox input::placeholder {
  color: #999;
}
.headbox .navbox {
  width: 1.3rem;
  position: relative;
}
.headbox .navbox .item {
  display: flex;
  align-items: center;
  font-size: .16rem;
  color: #666;
  transition: all .5s;
  cursor: pointer;
  margin-bottom: 1.8vw;
}
.headbox .navbox .item img {
  margin-left: .02rem;
  margin-right: .08rem;
}
.headbox .navbox .nav2 {
  position: absolute;
  left: 1.3rem;
  top: 0;
  width: 1.3rem;
  display: none;
}
.headbox .navbox .nav2 a {
  display: block;
  font-size: .14rem;
  color: #999;
  transition: all .5s;
  margin-bottom: 1.8vw;
}
.headbox .language a {
  font-size: .14rem;
  color: #999;
  text-transform: uppercase;
  transition: all .5s;
}
.headbox .language a {
  margin-right: .1rem;
}
.headbox .navbox .item.on {
  color: #014fa1;
}
.headbox .navbox .item.on .nav2 {
  display: block;
}
.headbox .language a.on {
  color: #014fa1;
}
.headbox .language {
  margin: 3.6vw 0 1.7vw;
}
.headbox .phone .h1 {
  font-size: .14rem;
  color: #333;
  margin-bottom: .5vw;
}
.headbox .phone .h2 {
  display: block;
  font-size: 2vw;
  color: #014fa1;
  letter-spacing: 0;
  font-family: "DIN";
}
.headbox .codebox {
  display: flex;
  align-items: center;
  margin-top: 1.4vw;
}
.headbox .codebox img {
  width: .66rem;
}
.headbox .codebox p {
  font-size: .14rem;
  line-height: 1.429;
  color: #333;
}
@media (max-width:1660px) {
  /*	.culture-box-list.list2{transform: translate(50vw,540%) !important;}*/
}
@media (min-width:1000px) {
  .headbox .head-close:hover {
    transform: rotate(180deg);
  }
  .pagebox a:hover {
    color: #014fa1
  }
  .headbox .language a:hover {
    color: #014fa1
  }
  .headbox .navbox .nav2 a:hover, .headbox .navbox .nav2 a.on {
    color: #014fa1
  }
  header .navs a:hover {
    color: #014fa1 !important;
  }
  .footbox dl dd a:hover {
    color: #fff;
  }
  .footbox .codebox .item:hover img:nth-child(2) {
    display: block;
  }
  .gotop:hover img {
    transform: translateY(-3px);
  }
  /* header:hover .navs a{color: #333;}
  header:hover .language{color: #333;}
  header:hover .iconhover img:nth-child(1){opacity: 0;}
  header:hover .iconhover img:nth-child(2){opacity: 1;}
  header:hover .menu-icon{color: #333;}
  header:hover .nav-icon span{background: #333;} */
  .footbox .linkbox .after a:hover {
    color: #fff;
  }
}
@-webkit-keyframes gotop {
  0% {
    transform: translateY(5px);
    opacity: 0
  }
  100% {
    transform: translateY(-5px);
    opacity: 1
  }
}
@keyframes gotop {
  0% {
    transform: translateY(5px);
    opacity: 0
  }
  100% {
    transform: translateY(-5px);
    opacity: 1
  }
}
@keyframes fadeup {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fadeup {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
}
@keyframes faderight {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.faderight {
  -webkit-animation-name: faderight;
  animation-name: faderight;
}
@keyframes fadeleft {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fadeleft {
  -webkit-animation-name: fadeleft;
  animation-name: fadeleft;
}
@keyframes bigtosmall {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bigtosmall {
  -webkit-animation-name: bigtosmall;
  animation-name: bigtosmall;
  transform-origin: 50% 50%;
}
@keyframes smalltobig {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bigtosmall {
  -webkit-animation-name: bigtosmall;
  animation-name: bigtosmall;
  transform-origin: 50% 50%;
}